\rcube_message_part

Class representing a message part

Summary

Methods
Properties
Constants
__clone()
$mime_id
$ctype_primary
$ctype_secondary
$mimetype
$size
$body
$headers
$parts
$type
$replaces
$disposition
$filename
$encoding
$charset
$d_parameters
$ctype_parameters
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$mime_id

$mime_id : string

Part MIME identifier

Type

string

$ctype_primary

$ctype_primary : string

Content main type

Type

string

$ctype_secondary

$ctype_secondary : string

Content subtype

Type

string

$mimetype

$mimetype : string

Complete content type

Type

string

$size

$size : int

Part size in bytes

Type

int

$body

$body : string|null

Part body

Type

string|null

$headers

$headers : array

Part headers

Type

array

$parts

$parts : array

Sub-Parts

Type

array

$type

$type

$replaces

$replaces

$disposition

$disposition

$filename

$filename

$encoding

$encoding

$charset

$charset

$d_parameters

$d_parameters

$ctype_parameters

$ctype_parameters

Methods

__clone()

__clone() : mixed

Clone handler.

Returns

mixed —